Automatic generation produced by ISE Eiffel
indexing
description: "Objects that display a dialog how the directories were distributed to CDs"
author: "Timon Hertli"
date: "$Date$"
revision: "$Revision$"
class interface
DISPLAY_DISTRIBUTED_DIALOG
create
default_create
feature
initialize
-- Initialize Dialog
feature -- Access
set_collection (a_collection: CD_COLLECTION)
-- Set names to display
ensure
collectlin_set: collection = a_collection
collection: CD_COLLECTION
end -- class DISPLAY_DISTRIBUTED_DIALOG
-- Generated by ISE Eiffel --
For more details: www.eiffel.com